home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / PMP11.ZIP / PMP.CFG next >
Text File  |  1991-08-13  |  3KB  |  150 lines

  1. #
  2. #    PMP Configuration file
  3. #
  4. #    For PMP Version 1.1
  5. #
  6. #    Last modified:  07/30/91  acp
  7. #
  8.  
  9. #
  10. #  MYCALL    Operator's callsign
  11. #
  12. mycall n8kei
  13.  
  14. #
  15. #  PTHRESH    The max I packet size for retries.  If the unACKed packet
  16. #        is longer than PTHRESH, a RR/Poll is sent, else the packet
  17. #        is repeated (ala AX.25 Version 1.0)
  18. pthresh    20
  19.  
  20. #
  21. #  TXDELAY    The wait after keying up and before transmitting starts
  22. #               (in milliseconds)
  23. #
  24. txdelay 250
  25.  
  26. #
  27. #  RETRY    Max number of retries before a connection is dropped.
  28. #
  29. retry 16
  30.  
  31. #
  32. #  FRACK    Parameter used to calculate the timeout time before retrying
  33. #        (in seconds)
  34. #
  35. frack 5
  36.  
  37. #
  38. # CHECK        Link keep-alive timer (in seconds).  After this many seconds
  39. #        of inactivity, the remote node is polled.
  40. #
  41. check    300
  42.  
  43. #
  44. # MAXFRAME    Specifies the maximum number of frames outstanding before
  45. #        an ACK is expected.
  46. maxframe 1
  47.  
  48. #
  49. #  PACLEN    Sets the maximum packet length in bytes, must be between
  50. #        1 and 256.
  51. paclen    128
  52.  
  53. #
  54. #  CLOCKSKEW    Enables or disables clock skewing.  When running PMP, the
  55. #        BIOS clock will loose time.  If CLOCKSKEW is enabled, PMP
  56. #        attempts to correct this by speeding the BIOS clock slightly.
  57. #        A zero value disables, and a non-zero value enables.
  58. clockskew 1
  59.  
  60. #
  61. # Screen attributes
  62. #
  63. #    These five parameters set the screen colors/attributes
  64. #    (the default settings are for a monochrome display)
  65. #
  66. normal    3
  67. inverse 112
  68. status  112
  69. bright    11
  70. message 112
  71.  
  72. #
  73. #   SOUND    Enables/disables sound.  A one value enables, a zero value
  74. #        disables.
  75. #
  76. sound    1
  77.  
  78. #
  79. #   CAPTURE    Specifies the size, in bytes, of the RAM capture buffer.
  80. #        After this buffer is filled, the contents are flushed to
  81. #        disk.  Larger values will minimize disk writes.  Values
  82. #        should be a multiple of a MS-DOS sector size (512 bytes).
  83. capture 4096
  84.  
  85. #
  86. #   CTEXT    Text sent out first during an incoming connect.  You can
  87. #        have up to 10 lines in a CTEXT message.
  88. #
  89. ctext Hello!  If I'm not around, please leave a message.
  90. ctext (I'm running a homebrew TNC setup.  There may be bugs!)
  91. ctext
  92.  
  93. #
  94. #  BTEXT    Text sent during a beacon
  95. #
  96. btext +++++ Poor Man's Packet (PMP)  Version 1.1 +++++
  97.  
  98. #
  99. #  BADDR    Address (and path) to which beacons are sent.
  100. #
  101. baddr cq v w2cxm-1
  102.  
  103. #
  104. #  BEACON    Sets beacon interval (in seconds).  A beacon interval of zero
  105. #        turns beaconing off.
  106. #
  107. beacon 0
  108.  
  109. #
  110. #  PTTPORT    Sets the PTT port, bit mask, and active level.
  111. #
  112. pttport 0x378 2 0
  113.  
  114. #
  115. #  TXPORT    Sets the TX data port and bit mask.
  116. #
  117. txport 0x378 1
  118.  
  119. #
  120. #  CDPORT    Sets the CD port, bit mask, and active level.
  121. #
  122. cdport 0x379 0x80 0
  123.  
  124. #
  125. #  RXPORT    Sets the RX port and bit mask.
  126. #
  127. rxport 0x379 8
  128.  
  129. #
  130. #  INIT        Sends initialzing values to ports.  This statement is useful
  131. #        to initialize any necessary hardware before starting PMP
  132. #        (like mini-modems powered from spare output bits).
  133. init 0x378 0x0
  134.  
  135. #
  136. #  DEFINE    Function key (F1-F8) definitions.
  137. #
  138. define f1 ~cn8kei v w2cxm-1^m
  139. define f2 lm^ml^m
  140. define f3 CQ +++++ CQ CQ de N8KEI Ithaca, NY (Connect to N8KEI-15) +++++^m
  141. define f4 ~ccrtlnd v w2cxm-1^m
  142. define f5 users^minfo^mroutes^m
  143. define f6 The quick brown fox jumped over the lazy dog's back.
  144.  
  145. #
  146. #  AUTOWRAP    Defines the column at which autowrap is active.  A value of
  147. #        zero disables autowrap.
  148. #
  149. autowrap    0
  150.